home *** CD-ROM | disk | FTP | other *** search
- object fHelpE: TfHelpE
- Left = 257
- Top = 174
- BorderStyle = bsDialog
- Caption = 'ODS Popup Help Editor'
- ClientHeight = 410
- ClientWidth = 429
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object bOK: TButton
- Left = 348
- Top = 380
- Width = 69
- Height = 25
- Caption = '&Done'
- Default = True
- TabOrder = 0
- OnClick = bOKClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 200
- Width = 409
- Height = 173
- Caption = 'Selected Control'
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 129
- Height = 17
- AutoSize = False
- Caption = 'Help Text'
- end
- object Label2: TLabel
- Left = 268
- Top = 20
- Width = 129
- Height = 17
- AutoSize = False
- Caption = 'More... Help Context Id'
- end
- object HelpTextMemo: TMemo
- Left = 8
- Top = 40
- Width = 249
- Height = 121
- ScrollBars = ssVertical
- TabOrder = 0
- OnChange = HelpDataChange
- end
- object HelpContext: TEdit
- Left = 268
- Top = 41
- Width = 125
- Height = 24
- TabOrder = 1
- Text = '0'
- OnChange = HelpDataChange
- OnKeyPress = HelpContextKeyPress
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 409
- Height = 185
- Caption = 'Controls on Form'
- TabOrder = 2
- object ControlHeader: THeader
- Left = 8
- Top = 20
- Width = 393
- Height = 21
- Sections.Sections = (
- #0'90'#0'Control Name'
- #0'64'#0'Context Id'
- #0'66'#0'Help Text....')
- TabOrder = 0
- OnSized = ControlHeaderSized
- end
- object ControlListBox: TListBox
- Left = 8
- Top = 40
- Width = 393
- Height = 137
- ItemHeight = 16
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 1
- OnClick = ControlListBoxClick
- OnDrawItem = ControlListBoxDrawItem
- end
- end
- end
-